home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / os2 / bind811a.zip / etc / samples / localhost.zone < prev    next >
Text File  |  1996-11-26  |  184b  |  11 lines

  1. $ORIGIN localhost.
  2. @            1D IN SOA    @ root (
  3.                     42        ; serial (d. adams)
  4.                     3H        ; refresh
  5.                     15M        ; retry
  6.                     1W        ; expiry
  7.                     1D )        ; minimum
  8.  
  9.             1D IN NS    @
  10.             1D IN A        127.0.0.1
  11.